Improve one string
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 27 Aug 2008 19:22:26 +0000 (19:22 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 27 Aug 2008 19:22:26 +0000 (19:22 +0000)
svn path=/trunk/; revision=21212

ChangeLog
modules/printbackends/cups/gtkprintbackendcups.c

index fd2b4048c6bdde41ac90f79a7614b974198ac1fa..06d3aa3f18533bce78076f9379ed8fbc32b673a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: Don't capitalize
+       "per" in "Pages per Slide".
+
 2008-08-26  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 549354 – Crash trying to open a file on a remote folder
index 53f0b905695dfc55895aff51b87c75fa71fdf19c..fab45aa9626925544674fb3656a47b93053e47c2 100644 (file)
@@ -2709,7 +2709,7 @@ cups_printer_get_options (GtkPrinter           *printer,
    /* Translators, this string is used to label the pages-per-sheet option 
     * in the print dialog 
     */
-  option = gtk_printer_option_new ("gtk-n-up", _("Pages Per Sheet"), GTK_PRINTER_OPTION_TYPE_PICKONE);
+  option = gtk_printer_option_new ("gtk-n-up", _("Pages per Sheet"), GTK_PRINTER_OPTION_TYPE_PICKONE);
   gtk_printer_option_choices_from_array (option, G_N_ELEMENTS (n_up),
                                         n_up, n_up);
   gtk_printer_option_set (option, "1");